object FrmSpellCheck: TFrmSpellCheck Left = 260 Top = 209 BorderStyle = bsDialog Caption = 'Spelling' ClientHeight = 199 ClientWidth = 456 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poDesktopCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 16 Width = 81 Height = 13 Caption = 'Not in Dictionary:' end object Label2: TLabel Left = 16 Top = 44 Width = 52 Height = 13 Caption = 'Change &to:' FocusControl = EBChangeTo end object Label3: TLabel Left = 16 Top = 72 Width = 61 Height = 13 Caption = 'Suggestio&ns:' FocusControl = lstSuggest end object EBWrong: TEdit Left = 104 Top = 13 Width = 337 Height = 21 TabStop = False Color = clBtnFace TabOrder = 0 end object EBChangeTo: TEdit Left = 104 Top = 40 Width = 337 Height = 21 TabOrder = 1 OnKeyPress = EBChangeToKeyPress OnKeyUp = EBChangeToKeyUp end object lstSuggest: TListBox Left = 104 Top = 72 Width = 161 Height = 89 ItemHeight = 13 TabOrder = 2 OnClick = lstSuggestClick end object BtnIgnore: TButton Left = 280 Top = 72 Width = 75 Height = 25 Caption = '&Ignore' Default = True TabOrder = 3 OnClick = BtnIgnoreClick end object BtnIgnoreAll: TButton Left = 368 Top = 72 Width = 75 Height = 25 Caption = 'I&gnore All' TabOrder = 4 OnClick = BtnIgnoreAllClick end object BtnChange: TButton Left = 280 Top = 104 Width = 75 Height = 25 Caption = '&Change' TabOrder = 5 OnClick = BtnChangeClick end object BtnChangeAll: TButton Left = 368 Top = 104 Width = 75 Height = 25 Caption = 'C&hange All' TabOrder = 6 OnClick = BtnChangeAllClick end object BtnAdd: TButton Left = 280 Top = 136 Width = 75 Height = 25 Caption = '&Add' TabOrder = 7 OnClick = BtnAddClick end object BtnSuggest: TButton Left = 368 Top = 136 Width = 75 Height = 25 Caption = '&Suggest' TabOrder = 8 OnClick = BtnSuggestClick end object Button7: TButton Left = 104 Top = 168 Width = 75 Height = 25 Caption = '&Options...' TabOrder = 9 Visible = False OnClick = Button7Click end object btnCancel: TButton Left = 280 Top = 168 Width = 75 Height = 25 Cancel = True Caption = 'Ca&ncel' TabOrder = 10 OnClick = btnCancelClick end object Language: TLanguage LangCenter = DM_Language.LangCenter ResStrings.Strings = ( '0001=You have chose a word that is not found in the main or cust' + 'om ' '0002=dictionaries. Are you sure you want to use this word?') Left = 40 Top = 120 end end